Hi kindly explain to me what this error means

by: Gakunga, 7 years ago

Last edited: 7 years ago

ImportError: No module named 'webapp.urls'



You must be logged in to post. Please login or register an account.



Python just can't find this module, if you are sure that this module exists try to do
from webapp import urls 


-farsheed 7 years ago

You must be logged in to post. Please login or register an account.